It was running on localhost, and since port 22 is forwarded through port 2222 in localhost, you have to use the command: ssh user@localhost ... ... <看更多>
Search
Search
It was running on localhost, and since port 22 is forwarded through port 2222 in localhost, you have to use the command: ssh user@localhost ... ... <看更多>
Second, "connection refused" is probably a network/firewall issue. Try disabling the Windows Firewall completely (only for the test), also have ... ... <看更多>
PS C:\WINDOWS\system32> ssh tylerjaacks@localhost -p 2222 ... ssh: connect to host localhost port 2222: Connection refused. ... <看更多>